home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_10_08
/
1008051a
< prev
next >
Wrap
Text File
|
1992-05-13
|
511b
|
15 lines
/* Listing 4 */
/*****************************************************
Name: SRF_INCP.C
Description: Include file for SRF_INCP.C
Portability: Standard C
*****************************************************/
#ifndef SRF_INCP_DEFINED
#define MAX_NUM_INCP 2
int srf_intrcpt( int Order, double *PrvLoc,
double *CrtDir, double **Coef,
double *Disp );
#define SRF_INCP_DEFINED
#endif
/* End of File */